GrapeCity SPREAD for WPF 2.0J
NotifyCollection<T> コンストラクタ(IEnumerable<T>)

コレクションの初期化に使用する IEnumerable
指定した列挙可能なソースの要素を含む NotifyCollection<T> クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal value As IEnumerable(Of T) _
)
public NotifyCollection<T>( 
   IEnumerable<T> value
)

パラメータ

value
コレクションの初期化に使用する IEnumerable
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ
オーバーロード一覧

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.